home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / MarsFighter.swf / scripts / DefineButton2_109 / BUTTONCONDACTION on(release).as
Text File  |  2006-06-13  |  225b  |  11 lines

  1. on(release){
  2.    if(_global.kredit >= 150 && _global.moj_stit < 50)
  3.    {
  4.       _global.kredit -= 150;
  5.       _global.moj_stit = 50;
  6.       stit = 50;
  7.       Kredit = _global.kredit;
  8.       _global.kupStit += 150;
  9.    }
  10. }
  11.